projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4cb00d9
)
Spinner: Document how to select on animated in CSS
author
Daniel Boles
<dboles@src.gnome.org>
Thu, 14 Sep 2017 18:22:31 +0000
(19:22 +0100)
committer
Daniel Boles
<dboles@src.gnome.org>
Thu, 14 Sep 2017 18:25:50 +0000
(19:25 +0100)
This is not particularly obvious, so it seems worth including.
gtk/gtkspinner.c
patch
|
blob
|
history
diff --git
a/gtk/gtkspinner.c
b/gtk/gtkspinner.c
index 3b4fc7dc63ba9d6594e49b5bafa22f8b52ff5f96..24a492013445e046db2c9a07c5f5abf4067d5fff 100644
(file)
--- a/
gtk/gtkspinner.c
+++ b/
gtk/gtkspinner.c
@@
-57,7
+57,8
@@
*
* # CSS nodes
*
- * GtkSpinner has a single CSS node with the name spinner.
+ * GtkSpinner has a single CSS node with the name spinner. When the animation is
+ * active, the :checked pseudoclass is added to this node.
*/